home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / workbench / pcmser / readme.txt < prev    next >
Text File  |  1999-07-28  |  2KB  |  87 lines

  1. ------------------------------------------------------------
  2. "pcmser.device" An Amiga PCMCIA Modem Driver By Pontus Fuchs
  3. ------------------------------------------------------------
  4.  
  5. Distribution Conditions
  6. -----------------------
  7. You may use pcmser.device and the source in ANY way you like.
  8.  
  9.  
  10. Disclaimer
  11. ---------
  12. This package is provided "as is" without warranty of any kind.
  13. The author assumes no responsibility or liability whatsoever
  14. for any damage or loss of data caused by using this package.
  15.  
  16.  
  17. Introduction
  18. ------------
  19. pcmser.device is a PCMCIA-modem driver for the A1200.  Most
  20. modems should work fine. Some modems will not work and here
  21. is a list of them:
  22.  
  23. Nokia GSM-card  (I just get a lot of strange ints all the time)
  24. USR 16.8DS      (Seems to be incompatible with the A1200s PCMCIA-port)
  25.  
  26.  
  27. Features
  28. --------
  29. 7-8 databits
  30. 1-2 stopbits
  31. 110-115200 BAUD
  32. CTS/RTS handshaking
  33. EOF-mode supported
  34.  
  35. Not implemented (yet):
  36. CMD_BREAK
  37. xON/xOFF handshake
  38.  
  39.  
  40. Installation
  41. ------------
  42. Just copy pcmser.device to devs: and make sure that you don't have
  43. a program called "remcard" installed.
  44.  
  45.  
  46. You can help me!
  47. -----------------
  48. Please mail me if you find bugs or find a modem which doesn't work.
  49. If the modem doesn't work test it with prepcard or "modemtest" which
  50. can be found on aminet.
  51.  
  52.  
  53. History
  54. -------
  55. v0.5  97-08-05  First aminet release.
  56. v0.6  97-08-24  Second aminet release.
  57.  
  58.                 The SDCMD_QUERY-code was broken so CD and DSR didn't work.
  59.  
  60.                 Added a little delay in OpenDevice() so that the modem
  61.                 can start up and activate its DSR.
  62.  
  63.                 My IObase testingcode was broken so modems wich has
  64.                 it's first configuration at $2f8 didn't work.
  65.  
  66.                 Removed quickIO for CMD_READ. Either my code was broken
  67.                 or some programs can't handle quickIO for CMD_READ
  68.                 (ie NComm and Trapdoor). Anyway I'm to lazy to find out :)
  69.  
  70. Thanks to
  71. ---------
  72. Johannes Carlsson    for lending me 2 modems.
  73. Olov Lindberg        for lending me a modem.
  74. Henric Andersson     for helping me with debugging.
  75. Bruce Abbot          (maker of cnet.device) for inspiring me
  76.                      to write this device.
  77. Mikael Niczko        for BUYING me a modem. Thanks a LOT dude!
  78. Glenn Björckén       for lending me a modem.
  79.  
  80. All of you who has tested different modems and mailed me!
  81.  
  82. Author
  83. ------
  84. Pontus Fuchs
  85. email: hahaost@hotmail.com
  86. IRC: inm8
  87.